* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, em, strong {
	font-weight: normal;
	font-style: normal;
}

body, input, textarea {
	color: #252525;
	font-family: verdana, tahoma, arial, "sans serif";
	font-size: 10px;
}

body {
	background-color: #ffffff;
}

ul, ol {
	list-style-type: none;
}

img {
	display: block;
	border: none;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.clearer {
	clear: both;
	line-height: 0px;
	height: 0;
	font-size: 0;
}

.hide {
	display: none;
}

.japanese {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;
}
#page {
	width: 950px;
	margin: 0 auto;
}

/*
----------------------------------

HEADER

----------------------------------
*/

#header {
	width: 950px;
	position: relative;
}

#header .language {
	margin: 10px 21px 10px 0;
	text-align: right;
}

#header .language a, #header .language a:visited {
	color: #ff7f00;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#header .logo {
	float: left;
	width: 350px;
	margin-left: 15px;
}

#header .navigation-wrapper {
	float: right;
	margin: 5px 15px 0 0;
	background: transparent url(../images/navigation-right-bg.gif) scroll right top no-repeat;
	font-size: 13px;
	line-height: 47px;
}

#header .navigation {
	float: right;
	padding: 0 16px;
	background: transparent url(../images/navigation-left-bg.gif) scroll left top no-repeat;
}

#header .navigation li {
	float: left;
	background: transparent url(../images/navigation-bg.gif) scroll left top repeat-x;
}

#header .navigation a, #header .navigation a:visited {
	display: block;
	float: left;
	padding: 0 10px;
	color: #ffffff;
}

#header .navigation  a:hover, #header .navigation a:active {
	color: #c0da6a;
}

#header .navigation .current a, #header .navigation .current a:visited {
	color: #c0da6a;
}

#header .navigation .current a:hover, #header .navigation .current a:active {
	text-decoration: none;
}

/*
----------------------------------

TICKER

----------------------------------
*/

#ticker {
	margin-top: 15px;
	padding: 7px;
}

#ticker li {
	text-align: center;
	font-size: 12px;
	background-color: #ffffff;
}

#ticker li a, #ticker li a:visited {
	color: #31424f;
}

#ticker li a:hover, #ticker li a:active {
	color: #31424f;
}

/*
----------------------------------

CONTENT

----------------------------------
*/

#content-wrapper {
	width: 950px;
}

.content {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
}

.content .left {
	width: 50%;
	vertical-align: top;
}

.content .right {
	width: 50%;
	padding-left: 20px;
	vertical-align: top;
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer {
	margin-top: 20px;
	padding: 20px;
	background: #ffffff url(../images/footer-bg.gif) scroll left top repeat-x;
}

#footer p {
	line-height: 18px;
	font-size: 11px;
	text-align: center;
}

#footer p a, #footer p a:visited {
	color: #ff7f00;
}

#footer p a:hover, #footer p a:active {
	color: #ff7f00;
}/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#visual {
	width: 950px;
	height: 246px;
	margin-top: 15px;
}

#content-wrapper {
	background: #ffffff url(../images/content-bg.gif) scroll left top repeat-x;
}

.content h2 {
	padding: 0 0 0 43px;
	font-family: georgia, "times new roman", serif;
	font-size: 18px;
	line-height: 42px;
	border-bottom: 1px solid #e0e0e0;
}

.content h2.arrow {
	background: transparent url(../images/h2-arrow-icon.gif) scroll left 2px no-repeat;
}

.content h2.exclamation {
	background: transparent url(../images/h2-exclamation-icon.gif) scroll left center no-repeat;
}

.content p {
	margin-top: 20px;
	font-size: 12px;
}

.content p strong {
	font-weight: bold;
}

.content p a, .content p a:visited {
	color: #ff7f00;
	text-decoration: underline;
}

.content p a:hover, .content p a:active {
	color: #ff7f00;
}